home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / ass.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-06-17  |  233 b   |  9 lines

  1. on(release){
  2.    action = "addHiscore";
  3.    game = "asteroids";
  4.    score = int(_root.score.Score);
  5.    loadVariables("http://www.j3r.com/game.asp?",_root.HighScore,"POST");
  6.    this.gotoAndStop(1);
  7.    _root.GamePlayed = false;
  8. }
  9.